home *** CD-ROM | disk | FTP | other *** search
/ AT&T WorldNet Service / WorldNet Service Installation Disk - Cybercathlon Games and Interactive Tour of Olympic Museum (1996).ISO / olympics / graphics / ezlbic.xof < prev    next >
Text File  |  1996-05-21  |  9KB  |  428 lines

  1. xof 0302txt 0064
  2. template Header {
  3.  <3D82AB43-62DA-11cf-AB39-0020AF71E433>
  4.  WORD major;
  5.  WORD minor;
  6.  DWORD flags;
  7. }
  8.  
  9. template Vector {
  10.  <3D82AB5E-62DA-11cf-AB39-0020AF71E433>
  11.  FLOAT x;
  12.  FLOAT y;
  13.  FLOAT z;
  14. }
  15.  
  16. template Coords2d {
  17.  <F6F23F44-7686-11cf-8F52-0040333594A3>
  18.  FLOAT u;
  19.  FLOAT v;
  20. }
  21.  
  22. template Matrix4x4 {
  23.  <F6F23F45-7686-11cf-8F52-0040333594A3>
  24.  array FLOAT matrix[16];
  25. }
  26.  
  27. template ColorRGBA {
  28.  <35FF44E0-6C7C-11cf-8F52-0040333594A3>
  29.  FLOAT red;
  30.  FLOAT green;
  31.  FLOAT blue;
  32.  FLOAT alpha;
  33. }
  34.  
  35. template ColorRGB {
  36.  <D3E16E81-7835-11cf-8F52-0040333594A3>
  37.  FLOAT red;
  38.  FLOAT green;
  39.  FLOAT blue;
  40. }
  41.  
  42. template IndexedColor {
  43.  <1630B820-7842-11cf-8F52-0040333594A3>
  44.  DWORD index;
  45.  ColorRGBA indexColor;
  46. }
  47.  
  48. template Boolean {
  49.  <4885AE61-78E8-11cf-8F52-0040333594A3>
  50.  WORD truefalse;
  51. }
  52.  
  53. template Boolean2d {
  54.  <4885AE63-78E8-11cf-8F52-0040333594A3>
  55.  Boolean u;
  56.  Boolean v;
  57. }
  58.  
  59. template MaterialWrap {
  60.  <4885AE60-78E8-11cf-8F52-0040333594A3>
  61.  Boolean u;
  62.  Boolean v;
  63. }
  64.  
  65. template TextureFilename {
  66.  <A42790E1-7810-11cf-8F52-0040333594A3>
  67.  STRING filename;
  68. }
  69.  
  70. template Material {
  71.  <3D82AB4D-62DA-11cf-AB39-0020AF71E433>
  72.  ColorRGBA faceColor;
  73.  FLOAT power;
  74.  ColorRGB specularColor;
  75.  ColorRGB emissiveColor;
  76.  [...]
  77. }
  78.  
  79. template MeshFace {
  80.  <3D82AB5F-62DA-11cf-AB39-0020AF71E433>
  81.  DWORD nFaceVertexIndices;
  82.  array DWORD faceVertexIndices[nFaceVertexIndices];
  83. }
  84.  
  85. template MeshFaceWraps {
  86.  <4885AE62-78E8-11cf-8F52-0040333594A3>
  87.  DWORD nFaceWrapValues;
  88.  Boolean2d faceWrapValues;
  89. }
  90.  
  91. template MeshTextureCoords {
  92.  <F6F23F40-7686-11cf-8F52-0040333594A3>
  93.  DWORD nTextureCoords;
  94.  array Coords2d textureCoords[nTextureCoords];
  95. }
  96.  
  97. template MeshMaterialList {
  98.  <F6F23F42-7686-11cf-8F52-0040333594A3>
  99.  DWORD nMaterials;
  100.  DWORD nFaceIndexes;
  101.  array DWORD faceIndexes[nFaceIndexes];
  102.  [Material]
  103. }
  104.  
  105. template MeshNormals {
  106.  <F6F23F43-7686-11cf-8F52-0040333594A3>
  107.  DWORD nNormals;
  108.  array Vector normals[nNormals];
  109.  DWORD nFaceNormals;
  110.  array MeshFace faceNormals[nFaceNormals];
  111. }
  112.  
  113. template MeshVertexColors {
  114.  <1630B821-7842-11cf-8F52-0040333594A3>
  115.  DWORD nVertexColors;
  116.  array IndexedColor vertexColors[nVertexColors];
  117. }
  118.  
  119. template Mesh {
  120.  <3D82AB44-62DA-11cf-AB39-0020AF71E433>
  121.  DWORD nVertices;
  122.  array Vector vertices[nVertices];
  123.  DWORD nFaces;
  124.  array MeshFace faces[nFaces];
  125.  [...]
  126. }
  127.  
  128. Header {
  129.  1;
  130.  0;
  131.  1;
  132. }
  133.  
  134. Mesh {
  135.  66;
  136.  0.065326;-0.773698;-0.074500;,
  137.  0.193862;-0.773698;-0.053889;,
  138.  0.215395;-0.773698;0.118426;,
  139.  0.095041;-0.773698;0.144705;,
  140.  0.065326;-0.773698;-0.074500;,
  141.  0.215395;-0.773698;0.118426;,
  142.  0.036907;-0.348405;0.185289;,
  143.  -0.014112;-0.435680;-0.137310;,
  144.  0.065326;-0.773698;-0.074500;,
  145.  0.095041;-0.773698;0.144705;,
  146.  0.036907;-0.348405;0.185289;,
  147.  0.065326;-0.773698;-0.074500;,
  148.  -0.014112;-0.435680;-0.137310;,
  149.  0.243368;-0.435680;-0.103737;,
  150.  0.193862;-0.773698;-0.053889;,
  151.  0.065326;-0.773698;-0.074500;,
  152.  -0.014112;-0.435680;-0.137310;,
  153.  0.193862;-0.773698;-0.053889;,
  154.  0.243368;-0.435680;-0.103737;,
  155.  0.246644;-0.348405;0.142483;,
  156.  0.215395;-0.773698;0.118426;,
  157.  0.193862;-0.773698;-0.053889;,
  158.  0.243368;-0.435680;-0.103737;,
  159.  0.215395;-0.773698;0.118426;,
  160.  0.246644;-0.348405;0.142483;,
  161.  0.036907;-0.348405;0.185289;,
  162.  0.095041;-0.773698;0.144705;,
  163.  0.215395;-0.773698;0.118426;,
  164.  0.246644;-0.348405;0.142483;,
  165.  0.095041;-0.773698;0.144705;,
  166.  0.024618;0.001133;0.156102;,
  167.  0.005848;-0.047460;-0.148646;,
  168.  -0.014112;-0.435680;-0.137310;,
  169.  0.036907;-0.348405;0.185289;,
  170.  0.024618;0.001133;0.156102;,
  171.  -0.014112;-0.435680;-0.137310;,
  172.  0.005848;-0.047460;-0.148646;,
  173.  0.177527;-0.047460;-0.107529;,
  174.  0.243368;-0.435680;-0.103737;,
  175.  -0.014112;-0.435680;-0.137310;,
  176.  0.005848;-0.047460;-0.148646;,
  177.  0.243368;-0.435680;-0.103737;,
  178.  0.177527;-0.047460;-0.107529;,
  179.  0.180084;-0.010101;0.133658;,
  180.  0.246644;-0.348405;0.142483;,
  181.  0.243368;-0.435680;-0.103737;,
  182.  0.177527;-0.047460;-0.107529;,
  183.  0.246644;-0.348405;0.142483;,
  184.  0.180084;-0.010101;0.133658;,
  185.  0.024618;0.001133;0.156102;,
  186.  0.036907;-0.348405;0.185289;,
  187.  0.246644;-0.348405;0.142483;,
  188.  0.180084;-0.010101;0.133658;,
  189.  0.036907;-0.348405;0.185289;,
  190.  0.005848;-0.047460;-0.148646;,
  191.  0.024618;0.001133;0.156102;,
  192.  0.047897;0.040417;-0.038489;,
  193.  0.177527;-0.047460;-0.107529;,
  194.  0.005848;-0.047460;-0.148646;,
  195.  0.047897;0.040417;-0.038489;,
  196.  0.180084;-0.010101;0.133658;,
  197.  0.177527;-0.047460;-0.107529;,
  198.  0.047897;0.040417;-0.038489;,
  199.  0.024618;0.001133;0.156102;,
  200.  0.180084;-0.010101;0.133658;,
  201.  0.047897;0.040417;-0.038489;;
  202.  
  203.  22;
  204.  3;0,1,2;,
  205.  3;3,4,5;,
  206.  3;6,7,8;,
  207.  3;9,10,11;,
  208.  3;12,13,14;,
  209.  3;15,16,17;,
  210.  3;18,19,20;,
  211.  3;21,22,23;,
  212.  3;24,25,26;,
  213.  3;27,28,29;,
  214.  3;30,31,32;,
  215.  3;33,34,35;,
  216.  3;36,37,38;,
  217.  3;39,40,41;,
  218.  3;42,43,44;,
  219.  3;45,46,47;,
  220.  3;48,49,50;,
  221.  3;51,52,53;,
  222.  3;54,55,56;,
  223.  3;57,58,59;,
  224.  3;60,61,62;,
  225.  3;63,64,65;;
  226.  
  227.  MeshMaterialList {
  228.   2;
  229.   22;
  230.   0,
  231.   1,
  232.   1,
  233.   1,
  234.   1,
  235.   1,
  236.   1,
  237.   1,
  238.   1,
  239.   1,
  240.   1,
  241.   1,
  242.   1,
  243.   1,
  244.   1,
  245.   1,
  246.   1,
  247.   1,
  248.   1,
  249.   1,
  250.   1,
  251.   1;
  252.   Material {
  253.    0.760784;0.458824;0.317647;1.000000;;
  254.    0.000000;
  255.    0.000000;0.000000;0.000000;;
  256.    0.000000;0.000000;0.000000;;
  257.   }
  258.   Material {
  259.    0.760784;0.458824;0.317647;1.000000;;
  260.    256.000000;
  261.    0.000000;0.000000;0.000000;;
  262.    0.000000;0.000000;0.000000;;
  263.   }
  264.  }
  265.  MeshNormals {
  266.   66;
  267.   0.000000;-1.000000;0.000000;,
  268.   0.000000;-1.000000;0.000000;,
  269.   0.000000;-1.000000;0.000000;,
  270.   0.000000;-1.000000;0.000000;,
  271.   0.000000;-1.000000;0.000000;,
  272.   0.000000;-1.000000;0.000000;,
  273.   -0.568037;-0.064381;0.820481;,
  274.   -0.700672;-0.138337;-0.699944;,
  275.   -0.912365;-0.245169;-0.327845;,
  276.   -0.260559;-0.130050;0.956659;,
  277.   -0.568037;-0.064381;0.820481;,
  278.   -0.912365;-0.245169;-0.327845;,
  279.   -0.700672;-0.138337;-0.699944;,
  280.   0.740379;-0.051068;-0.670247;,
  281.   0.510178;-0.189438;-0.838947;,
  282.   -0.912365;-0.245169;-0.327845;,
  283.   -0.700672;-0.138337;-0.699944;,
  284.   0.510178;-0.189438;-0.838947;,
  285.   0.740379;-0.051068;-0.670247;,
  286.   0.782975;0.046446;0.620316;,
  287.   0.922245;-0.129005;0.364448;,
  288.   0.510178;-0.189438;-0.838947;,
  289.   0.740379;-0.051068;-0.670247;,
  290.   0.922245;-0.129005;0.364448;,
  291.   0.782975;0.046446;0.620316;,
  292.   -0.568037;-0.064381;0.820481;,
  293.   -0.260559;-0.130050;0.956659;,
  294.   0.922245;-0.129005;0.364448;,
  295.   0.782975;0.046446;0.620316;,
  296.   -0.260559;-0.130050;0.956659;,
  297.   -0.784787;0.459842;0.415518;,
  298.   -0.432758;0.390164;-0.812707;,
  299.   -0.700672;-0.138337;-0.699944;,
  300.   -0.568037;-0.064381;0.820481;,
  301.   -0.784787;0.459842;0.415518;,
  302.   -0.700672;-0.138337;-0.699944;,
  303.   -0.432758;0.390164;-0.812707;,
  304.   0.723380;0.501864;-0.474188;,
  305.   0.740379;-0.051068;-0.670247;,
  306.   -0.700672;-0.138337;-0.699944;,
  307.   -0.432758;0.390164;-0.812707;,
  308.   0.740379;-0.051068;-0.670247;,
  309.   0.723380;0.501864;-0.474188;,
  310.   0.548691;0.615552;0.565716;,
  311.   0.782975;0.046446;0.620316;,
  312.   0.740379;-0.051068;-0.670247;,
  313.   0.723380;0.501864;-0.474188;,
  314.   0.782975;0.046446;0.620316;,
  315.   0.548691;0.615552;0.565716;,
  316.   -0.784787;0.459842;0.415518;,
  317.   -0.568037;-0.064381;0.820481;,
  318.   0.782975;0.046446;0.620316;,
  319.   0.548691;0.615552;0.565716;,
  320.   -0.568037;-0.064381;0.820481;,
  321.   -0.432758;0.390164;-0.812707;,
  322.   -0.784787;0.459842;0.415518;,
  323.   -0.043108;0.980046;-0.194042;,
  324.   0.723380;0.501864;-0.474188;,
  325.   -0.432758;0.390164;-0.812707;,
  326.   -0.043108;0.980046;-0.194042;,
  327.   0.548691;0.615552;0.565716;,
  328.   0.723380;0.501864;-0.474188;,
  329.   -0.043108;0.980046;-0.194042;,
  330.   -0.784787;0.459842;0.415518;,
  331.   0.548691;0.615552;0.565716;,
  332.   -0.043108;0.980046;-0.194042;;
  333.  
  334.   22;
  335.   3;0,1,2;,
  336.   3;3,4,5;,
  337.   3;6,7,8;,
  338.   3;9,10,11;,
  339.   3;12,13,14;,
  340.   3;15,16,17;,
  341.   3;18,19,20;,
  342.   3;21,22,23;,
  343.   3;24,25,26;,
  344.   3;27,28,29;,
  345.   3;30,31,32;,
  346.   3;33,34,35;,
  347.   3;36,37,38;,
  348.   3;39,40,41;,
  349.   3;42,43,44;,
  350.   3;45,46,47;,
  351.   3;48,49,50;,
  352.   3;51,52,53;,
  353.   3;54,55,56;,
  354.   3;57,58,59;,
  355.   3;60,61,62;,
  356.   3;63,64,65;;
  357.  }
  358.  MeshTextureCoords {
  359.   66;
  360.   0.520967;0.448684;,
  361.   0.688980;0.448684;,
  362.   0.691370;0.448684;,
  363.   0.560492;0.448684;,
  364.   0.520967;0.448684;,
  365.   0.691370;0.448684;,
  366.   0.500000;1.000000;,
  367.   0.500000;0.697597;,
  368.   0.000000;0.697597;,
  369.   0.000000;1.000000;,
  370.   0.500000;1.000000;,
  371.   0.000000;0.697597;,
  372.   0.500000;0.697597;,
  373.   0.500000;0.427929;,
  374.   0.000000;0.427929;,
  375.   0.000000;0.697597;,
  376.   0.500000;0.697597;,
  377.   0.000000;0.427929;,
  378.   0.500000;0.427929;,
  379.   0.500000;0.213118;,
  380.   0.000000;0.213118;,
  381.   0.000000;0.427929;,
  382.   0.500000;0.427929;,
  383.   0.000000;0.213118;,
  384.   0.500000;0.213118;,
  385.   0.500000;0.000000;,
  386.   0.000000;0.000000;,
  387.   0.000000;0.213118;,
  388.   0.500000;0.213118;,
  389.   0.000000;0.000000;,
  390.   1.000000;1.000000;,
  391.   1.000000;0.697597;,
  392.   0.500000;0.697597;,
  393.   0.500000;1.000000;,
  394.   1.000000;1.000000;,
  395.   0.500000;0.697597;,
  396.   1.000000;0.697597;,
  397.   1.000000;0.427929;,
  398.   0.500000;0.427929;,
  399.   0.500000;0.697597;,
  400.   1.000000;0.697597;,
  401.   0.500000;0.427929;,
  402.   1.000000;0.427929;,
  403.   1.000000;0.213118;,
  404.   0.500000;0.213118;,
  405.   0.500000;0.427929;,
  406.   1.000000;0.427929;,
  407.   0.500000;0.213118;,
  408.   1.000000;0.213118;,
  409.   1.000000;0.000000;,
  410.   0.500000;0.000000;,
  411.   0.500000;0.213118;,
  412.   1.000000;0.213118;,
  413.   0.500000;0.000000;,
  414.   0.520967;0.448684;,
  415.   0.560492;0.448684;,
  416.   0.615452;0.448684;,
  417.   0.688980;0.448684;,
  418.   0.520967;0.448684;,
  419.   0.615452;0.448684;,
  420.   0.691370;0.448684;,
  421.   0.688980;0.448684;,
  422.   0.615452;0.448684;,
  423.   0.560492;0.448684;,
  424.   0.691370;0.448684;,
  425.   0.615452;0.448684;;
  426.  }
  427. }
  428.